home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-02 | 2.3 KB | 75 lines | [TEXT/KAHL] |
- /*
- * This ReadMe contains no code: it only explains
- * how to build the Think version of the DTSSampleCSAM.
- *
- * This procedure requires Think C 6.0.1 or later.
- *
- * Step 1: Build the Directory Template Code Resource
- * Create a project named DTSSampleTemplate.π containing
- * the following files:
- * File Directory
- * !ReadMeForThinkC.c <<this>>
- * Audit.c Audit
- * DETUtilities.c Src
- * DTS_CSAMTemplate.c Src
- * MacTraps <Mac Libraries>
- * Use the Project/Set Project Type menu option to define the
- * project as follows:
- * Project Type: Code Resource
- * File Type rsrc
- * File Creator RSED (ResEdit)
- * Resource Name DTS Sample Template Code
- * Resource Type detc
- * Resource ID 1004 (kCSAMAspect + kkDETAspectCode)
- * Multi-segment Not checked
- * Custom Header Checked
- * Resource Attributes 54
- * Locked
- * System Heap
- * Preloaded
- * Use the Project/Build Code Resource menu option to create
- * "ThinkSampleTemplate" in the Obj subdirectory.
- * Close the DTSSampleTemplate.π project.
- *
- * Step 2: Build the CSAM Driver Code Resource and CSAM.
- * Create a project named DTSSampleDriver.π containing
- * the following files:
- * File Directory
- * !ReadMeForThinkC.c <<this>>
- * AddCatalog.c Src
- * Audit.c Audit
- * AuditLibrary.c Src
- * Callbacks.c Src
- * CSAM_DSParseProc.c Src
- * CSAM_DSProc.c Src
- * DirectoryInterface.c Src
- * DirParseCommon.c Src
- * DTSSampleCSAM.c Src
- * DTSSampleCSAM.r Src
- * GetCSAMIcon.c Src
- * GetPABFSSpecCB.c Src
- * GetRefNumFromRLI.c Src
- * MacTraps <Mac Libraries>
- * ProcessPDCommands.c Src
- * RemoveCatalog.c Src
- * ThinkCallCompletion.c Src
- * ThinkDriverGlue.c Src
- * ThinkSampleTemplate.rsrc Obj
- * Use the Project/Set Project Type menu option to define the
- * project as follows:
- * File Type dash
- * File Creator Psdm (CSAM Registered Creator)
- * Resource Name .Sample Catalog
- * Resource Type DRVR
- * Resource ID 11 (dummy value)
- * Multi-segment Not checked
- * Custom Header Checked
- * Resource Attributes 50
- * Locked
- * System Heap
- * Use the Project/Build Code Resource menu option to create
- * DTSSampleCSAM Think
- *
- * Note: you cannot install both DTSSampleCSAM (MPW) and
- * DTSSampleCSAM Think on the same AOCE system.
- */